GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-15T14:55:20.6760662+00:00",
"SubmitDate": "2026-04-15T14:55:20.6760662+00:00",
"ReportPeriodStart": "2026-04-15T14:55:20.6760662+00:00",
"ReportPeriodEnd": "2026-04-15T14:55:20.6760662+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b53e3510-cf67-4656-b345-6f8ed25029d2",
"Rows": [
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b53e3510-cf67-4656-b345-6f8ed25029d2",
"Rows": [
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5c4d4dfd-7312-4d74-bd7f-0817b3551e42",
"19d40475-0e5b-46a4-9f72-48c8be3f9992"
],
"Approvers": [
"0dbad242-1bd6-40dd-bbef-a1f95cbe911a",
"d200841d-5dcb-409b-9c12-47e6284215b2"
],
"ApprovedBy": "23ed028b-9cd8-4a73-b65f-7822f0620aba",
"ApprovalDate": "2026-04-15T14:55:20.6760662+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "556e5241-9c3c-404b-b831-2d84de322ac2",
"id": "e30de5e6-0f08-48b6-9f66-25a4cd0b9219",
"ConfigId": "e9aa3d8b-bdda-439c-8a28-f7c0f22881b6"
},
{
"GenerationDate": "2026-04-15T14:55:20.6760662+00:00",
"SubmitDate": "2026-04-15T14:55:20.6760662+00:00",
"ReportPeriodStart": "2026-04-15T14:55:20.6760662+00:00",
"ReportPeriodEnd": "2026-04-15T14:55:20.6760662+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b53e3510-cf67-4656-b345-6f8ed25029d2",
"Rows": [
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b53e3510-cf67-4656-b345-6f8ed25029d2",
"Rows": [
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84362c8b-c5e6-4f7b-926c-b2abd7dc2938",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5c4d4dfd-7312-4d74-bd7f-0817b3551e42",
"19d40475-0e5b-46a4-9f72-48c8be3f9992"
],
"Approvers": [
"0dbad242-1bd6-40dd-bbef-a1f95cbe911a",
"d200841d-5dcb-409b-9c12-47e6284215b2"
],
"ApprovedBy": "23ed028b-9cd8-4a73-b65f-7822f0620aba",
"ApprovalDate": "2026-04-15T14:55:20.6760662+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "556e5241-9c3c-404b-b831-2d84de322ac2",
"id": "e30de5e6-0f08-48b6-9f66-25a4cd0b9219",
"ConfigId": "e9aa3d8b-bdda-439c-8a28-f7c0f22881b6"
}
]